sign

pure function sign(): integer

Returns the sign of this decimal: -1 if negative, 0 if zero, and 1 if positive.

It holds that for all x, x == x.sign() * x.abs().

Since

0.9.1